@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Marck+Script&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background: #0c9dab3b;
}

.container {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: block;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.header {
    height: 80px;
    background: #2c3671;
    
}

.aftor {
    font-family: 'Dancing Script', cursive;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 60px;
}

.page-title {
    font-family: 'Marck Script', cursive;
    font-size: 40px;
}

.left-arrow {
    float: left;
    font-size: 40px;
    font-weight: 700;
    color: black;
    text-decoration: none;
    background: #bfa36c;
    padding: 0 30px 0 10px;
    width: 100px;
    border-radius: 50px;
    transition: 0.5s;
}

.left-arrow:hover {
    background: #2c3671;
    color: white;
}

.logo {
    display: block;
    height: 65px;
    width: 65px;
    background-image: url(../img/logo_tsot.jpeg);
    background-position-x: 0;
    background-size: 65px;
    border-radius: 10px;

    position: relative;
    top: 10px;
   
}



.menu {
    height: 80px;
    background: #085d7f;
    padding-top: 22px;
}

.link-menu {
    display: inline-block;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.5s;
}

.link-menu:hover {
    background: #0c9dab3b;
    border-radius: 50px;
}

.content {
    padding: 20px;
    background: rgb(196, 149, 87);
    border-radius: 0 0 50px 50px;
}

.page-title {
    margin-bottom: 20px;
    text-indent: 40%;
    font-family: 'Marck Script', cursive;
    

}

blockquote {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left-color: rgb(140, 64, 64);
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 20px;
    font-style: italic;
}

.right-img {
    float: left;
    width: 250px;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

hr {
    margin: 20px 0;
    
}

.test {
    background-image: url(../img/precrasno1.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 300px;
    color: transparent;
    padding: 40px;
    text-align: justify;
    transition: 0.5s;

    /* border-color: black;
    border-width: 10px;
    border-style: solid; */

    border: solid 10px rgb(0, 0, 0);

}

.test:hover {
    background-image: none;
    background: black;
    color: white;
    border-radius: 50%;
    animation: color-change 1s infinite;
}

.w15 {
    float:left;
    width: 15%;
    padding: 10px;
}

.w25 {
    float:left;
    width: 25%;
    padding: 10px;
}

.w50 {
    float: left;
    width: 50%;
    padding: 10px;
    display: block;
}

.xaracter{
    font-size: 25px;
    font-weight: bold;
    float: left;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.rel {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.nath {
    font-size: medium;
    font:   bolder;
    font: sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.lich {
    background-color: rgba(74, 154, 179, 0.199);
    padding: 40px;
    border-radius: 20px; 
    font-size: 35px;
    font-weight: bold;
}

.lichh {
    padding: 40px;
    border-radius: 20px; 
    font-size: 25px;
}

.dost {
    background-color: rgb(100, 169, 190);
    padding: 40px;
    border-radius: 20px;  
    font-size: 25px;
    font-weight: bold;

    min-height: 148px;
}

.hel {
    background-color: #97e49765;
    padding: 60px;
    border-radius: 40px;  
    font-size: 25px;
    font-weight: bold;

    min-height: 148px;
}

.hels {
    font-weight: bold;
}

.poder {
    padding: 40px;
    font-weight: bold;
    background-color: #b3d7e6af;
    font-size: 25px;
    border-radius: 10px;
}

.card {
    width: 100%;
    background-color: rgba(142, 247, 233, 0.136);  
    padding: 20px;
    text-align: center;
    border-radius: 35px;

}

.card img {
    border-radius: 30px;
}
 

.price {

    background-color:#6bc2ea5f  ;
    display: inline-block;
    color: black;
    text-align: center;
    font: 25px serif;
    font: sans-serif;
    border-radius: 10px;
    padding: 20px 35px;
    
}

.card img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    background: rgb(244, 0, 0);
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 20px;
}

.center {
    text-align: center;
}

.qr-img {
    max-width: 260px;
    margin-top: 20px;
    border-radius: 20px;
}



@keyframes color-change {
    0% {
        color: gold;
    }

    50% {
        color: white;
    }

    100% {
        color: lightgreen;
    }
}

